projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b9084
)
(Info-edit): Use proper map in substitute-command-keys.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Nov 1993 06:11:34 +0000
(06:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Nov 1993 06:11:34 +0000
(06:11 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index c7f69bbd9d8a752f6d1e506695a15e967363ff97..66e9a1f998798881e5a2f2813aaab0a907b54f7d 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1375,7
+1375,7
@@
Allowed only if variable `Info-enable-edit' is non-nil."
;; Make mode line update.
(set-buffer-modified-p (buffer-modified-p))
(message (substitute-command-keys
- "Editing: Type \\<Info-
mode
-map>\\[Info-cease-edit] to return to info")))
+ "Editing: Type \\<Info-
edit
-map>\\[Info-cease-edit] to return to info")))
(defun Info-cease-edit ()
"Finish editing Info node; switch back to Info proper."